home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / text / edit / rexx-mode1_1.lha / rexx-mode / readme.amiga < prev    next >
Lisp/Scheme  |  2001-04-28  |  1KB  |  26 lines

  1. Unfortunately it seems that emacs 19.34.1 (and possiblly emacs 20) for
  2. the Amiga doesn't have a working implimentation of the elisp command
  3. "start-process" which is used by the rexx-debug mode (and many others. 
  4. Hence rexx-debug doesn't work on my machine if anyone knows any different
  5. please let me know.
  6.  
  7. This package still contains the "rxnq" fix from the original package but 
  8. I don't know if it stilled needed, "shell-command rx blah.rxx arg1" seems
  9. to work well enough.
  10.  
  11. James Perrin <james.perrin@ntlworld.com>
  12.  
  13. == Original Amiga.readme ==================================================
  14.  
  15.     The Amigaport V1.26 of GNUEmacs has a annoying bug; it quotes
  16.     all arguments to commands, therefore RX can't be called directly.
  17.  
  18.     A workaround is to specify rexx-command-name to "rxnq", which
  19.     is a small (280 bytes!) command which strips the quotes and
  20.     calls RX. To do this, place the following lines into the
  21.     rxdb-mode-hook is the s:.emacs file.
  22.  
  23.         (setq rxdb-command-name "rxnq")
  24.  
  25.     And place rxnq in the loadpath.
  26.